Adwaita: Set minimum size for modelbutton arrows
authorTimm Bäder <mail@baedert.org>
Fri, 14 Jul 2017 08:30:32 +0000 (10:30 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 20 Jul 2017 01:27:16 +0000 (21:27 -0400)
Otherwise the minimum size is 1×1.

gtk/theme/Adwaita/_common.scss
gtk/theme/Adwaita/gtk-contained-dark.css
gtk/theme/Adwaita/gtk-contained.css

index dea9211a1825db2a4fc2e4307061c1e3df556fcd..539d2522f49dc96e30cf8317339fa5489cd185d7 100644 (file)
@@ -989,6 +989,8 @@ modelbutton.flat,
 
 modelbutton.flat arrow {
   background: none;
+  min-width: 16px;
+  min-height: 16px;
 
   &:hover { background: none; }
 
index e066a6668ca953b673fb2f5c509b5e53320506e8..c3514bd3ea83e831d34917e8a97e3cbf56addcb4 100644 (file)
@@ -445,7 +445,7 @@ modelbutton.flat, .menuitem.button.flat { min-height: 26px; padding-left: 5px; p
 
 modelbutton.flat:hover, .menuitem.button.flat:hover { background-color: #3f4649; }
 
-modelbutton.flat arrow { background: none; }
+modelbutton.flat arrow { background: none; min-width: 16px; min-height: 16px; }
 
 modelbutton.flat arrow:hover { background: none; }
 
index 82da84514bde065313b1d98042176ec28ffdbaf8..f1973c0f0b4f429c57d938c2545618b3c3dff616 100644 (file)
@@ -447,7 +447,7 @@ modelbutton.flat, .menuitem.button.flat { min-height: 26px; padding-left: 5px; p
 
 modelbutton.flat:hover, .menuitem.button.flat:hover { background-color: #f4f4f4; }
 
-modelbutton.flat arrow { background: none; }
+modelbutton.flat arrow { background: none; min-width: 16px; min-height: 16px; }
 
 modelbutton.flat arrow:hover { background: none; }